Sin(number)


Returns the sine of the given angle.

See also ASin, Cos, Pi, and Tan.

number

Angle in radians for which you want the sine. If the angle is in degrees, multiply it by PI()/180 to convert it to radians.